vcLight
vcLight provides the ability to create and control lights in the 3D world.
See in: Overview
Module: vcCore
Parent: vcObject
Children: vcAmbientLight, vcDirectionalLight, vcPointLight, vcSpotLight
Referenced by: vcWorld.Lights, vcWorld.createLight(), vcWorld.findLight()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Enabled | Boolean | RW | Gets or sets the on/off state of the light. |
| Intensity | Real | RW | Gets or sets the light's intensity. |
| Name | String | RW | Gets or sets the name of light. |
| Type | vcLightType | R | Gets the light type. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| delete | None | None | Deletes the light. |